.footer-wrap {
  width: 100%;
  background: #3d3d3d;
}

.footer-box {
  margin: 0 auto;
}

.footer-flex {
  padding: 0.7rem 0;
  display: flex;
  justify-content: space-between;
}

.footer-left {
  /* width: 5.6rem; */
  flex-shrink: 0;
}

.footer-logo {
  width: 2.2rem;
}

.footer-logo img {
  width: 100%;
}

.footer-about-wrap {
  display: flex;
  margin-top: 0.3rem;
}

.footer-code {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.footer-code .white {
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  width: 1.1rem;
  height: 0.34rem;
  background: #ffffff;
}

.footer-code img {
  width: 1rem;
  height: 1rem;
}

.footer-code p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ccc;
  margin-top: 0.12rem;
}

.footer-about-box {
  flex: 1;
  margin-left: 0.2rem;
}

.footer-about-p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.1rem;
  overflow: hidden;
  display: flex;
  font-size: 0.14rem;
  line-height: 0.26rem;
}

.footer-about-p img {
  width: 0.26rem;
  height: 0.26rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.footer-share-box {
  display: flex;
  margin-top: 0.16rem;
}

.footer-share {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.15rem;
  cursor: pointer;
}

.footer-share img {
  width: 100%;
  height: 100%;
}

/*  */
.footer-nav-box {
  display: flex;
  flex: 1;
  /*margin-left: 3.29rem;*/
  /*justify-content: space-between;*/
  justify-content: flex-end;
  padding-top: 0.15rem;
}

.footer-nav {
  margin-left: 0.55rem;
}

.footer-nav-text {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.42rem;
}

.footer-nav-a {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: 0.26rem;
  /* border-bottom: 0.4rem solid #003abc; */
  opacity: 0.85;
}

.footer-nav-a:hover {
  opacity: 1;
}

/*  */
.footer-icp {
  width: 100%;
  height: 0.6rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.12);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a3a3a;
}

.footer-icp a,
.footer-icp p {
  font-size: 0.14rem;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 0.28rem;
}

/* 悬浮框 */
.floating-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.floating-box {
  padding: 0 0.1rem;
  margin: 0.05rem 0;
}

.floating {
  width: 0.8rem;
  height: 0.8rem;
  background: #ececec;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.floating:hover {
  background: #ffffff;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
}

.floating-icon {
  height: 0.5rem;
}

.floating-double {
  position: absolute;
  top: 0;
  right: 0.9rem;
  padding: 0.25rem 0.18rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.04rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  display: none;
}

.floating-double-img {
  width: 1.64rem;
  margin-bottom: 0.3rem;
}

.floating-double-img img {
  width: 100%;
  height: auto;
}

.floating-double-img:last-of-type {
  margin-bottom: 0;
}

.floating-box:hover .floating-double {
  display: block;
}



@media only screen and (max-width: 1024px){
    .footer-nav-box{
    display: none;
}
.footer-about-wrap{
      flex-wrap: wrap;
}
.footer-code{
flex: 0 0 50%;
    margin: 0;
}
.footer-icp{
    height: auto;
}
.footer-flex{
    padding: 15px;
}
.footer-left{
    width: 100% !important;
}
.footer-about-box{
    flex: 0 0 100%;
    margin-top: 15px;
}
.footer-icp a, .footer-icp p{
    padding:0 5px;
}
}